Skip to content

Commit 2c19761

Browse files
committed
Create .editorconfig
1 parent 1f546dc commit 2c19761

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig for https://github.com/runxel/GDL-sublime
2+
# see docs at https://EditorConfig.org
3+
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
indent_style = tab
9+
indent_size = 4
10+
11+
[*.py]
12+
13+
[syntax_test_gdl]
14+
indent_style = space

0 commit comments

Comments
 (0)