Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎.editorconfig

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root =true
5+
6+
[*]
7+
charset =utf-8
8+
indent_size =4
9+
end_of_line =lf
10+
indent_style =space
11+
insert_final_newline =true
12+
trim_trailing_whitespace =true
13+
14+
# config files
15+
[*.{ini,yaml,yml}]
16+
indent_size =2
17+
18+
# Xml project files
19+
[*.{csproj,config,build,config}]
20+
indent_size =2
21+
22+
# Solution
23+
[*.sln]
24+
indent_style =tab

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp