summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-30 22:08:51 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-30 22:08:51 -0300
commitaaf4dba5eb1448aa237b6781a3b6d6642d81e1c9 (patch)
tree948a0546d59c47c4946c628d868c933e7110ecc2 /.editorconfig
parenta034f0196525b0159ef7665eb3331387390baf4d (diff)
downloadrenpy-aaf4dba5eb1448aa237b6781a3b6d6642d81e1c9.tar.gz
renpy-aaf4dba5eb1448aa237b6781a3b6d6642d81e1c9.tar.bz2
renpy-aaf4dba5eb1448aa237b6781a3b6d6642d81e1c9.tar.xz
renpy-aaf4dba5eb1448aa237b6781a3b6d6642d81e1c9.zip
Add syntax highlight (maybe)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..cc391d8
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+# top-most EditorConfig file
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true