このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
server
/
wxJava-final
ウォッチ
6
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
增加editorconfig文件,统一设置缩进格式
master
ben
8年前
親
1d8326e7a1
コミット
6d3b065f32
1個のファイルの変更
、
14行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+14
-0
.editorconfig
+ 14
- 0
.editorconfig
ファイルの表示
@@ -0,0 +1,14 @@
# EditorConfig: http://editorconfig.org/
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
書き込み
プレビュー
読み込み中…
キャンセル
保存