ソースを参照

.editorconfig: Remove unused comments

pull/15/head
10sr 8年前
コミット
02b8ce92ba
1個のファイルの変更2行の追加3行の削除
  1. +2
    -3
      .editorconfig

+ 2
- 3
.editorconfig ファイルの表示

@@ -4,14 +4,13 @@ root = true
indent_style = space
#indent_size = 2
#tab_width = 4

end_of_line = lf
#charset = utf-8

trim_trailing_whitespace = true
insert_final_newline = true#3ab
insert_final_newline = true
max_line_length = 80
;abc
[*.c]
indent_size = 4



読み込み中…
キャンセル
保存