aboutsummarylogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorMarkus Pesch2023-01-09 12:22:45 +0100
committerMarkus Pesch2023-01-09 12:22:45 +0100
commit2fe2819a2ea4455bd41c1eebab2adf8742fbb681 (patch)
tree63fd491a96911383c1a06cf1c8cafb3ab1e4156d /.editorconfig
parent91d6938d530a4a64f6cb5097cd76cb842cd4d863 (diff)
downloadaur-2fe2819a2ea4455bd41c1eebab2adf8742fbb681.tar.gz
fix: editor config
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000000..dd69de028e57
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = false
+
+[Makefile]
+indent_style = tab \ No newline at end of file