aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorEugene Sandulenko2019-12-29 11:40:47 +0100
committerEugene Sandulenko2019-12-29 11:40:47 +0100
commitd366f9733134a709c31dff28460c74024c1f4db1 (patch)
tree8e37734c8285fd6073f7548c544ba05b5be0f071 /.editorconfig
parenta3468d20e8b0e4f4954ac82f909f8f0e26b00870 (diff)
downloadscummvm-rg350-d366f9733134a709c31dff28460c74024c1f4db1.tar.gz
scummvm-rg350-d366f9733134a709c31dff28460c74024c1f4db1.tar.bz2
scummvm-rg350-d366f9733134a709c31dff28460c74024c1f4db1.zip
ALL: Add .editorconfig with our tab specification.
GitHub, particuarly, honors this file and displays the tabs accordingly.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..d216796f02
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,5 @@
+[*]
+indent_style = tab
+indent_size = 4
+trim_trailing_whitespace = true
+insert_final_newline = true