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

Commit b0c399e

Browse files
Merge pull request godotengine#13 from adamscott/add-editorconfig
Add Godot .editorconfig
2 parents 3ec3518 + db5d786 commit b0c399e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎.editorconfig‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_style = tab
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[{*.gradle,AndroidManifest.xml}]
11+
indent_style = space
12+
indent_size = 4
13+
14+
[{*.py,SConstruct,SCsub}]
15+
indent_style = space
16+
indent_size = 4
17+
18+
# YAML requires indentation with spaces instead of tabs.
19+
[*.{yml,yaml}]
20+
indent_style = space
21+
indent_size = 2

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /