aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
author zaaarf <zaaarf@proton.me>2023-02-07 03:29:02 +0100
committer zaaarf <zaaarf@proton.me>2023-02-07 03:29:02 +0100
commitc9bcaac00e2eb2555693b1d8ac9e09e3111cba5e (patch)
tree8311530a1e8ff6ec779866f305bc664da1c4c541 /.editorconfig
initial commit - separed from lll lib
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..b14394e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# Default to Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = tab
+indent_size = 4
+
+[*.java]
+indent_size = 2