summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
author alemidev <me@alemi.dev>2023-01-24 01:07:30 +0100
committer alemidev <me@alemi.dev>2023-01-24 01:07:30 +0100
commit2e00a3ee4bd5740e47fe4ca5fd6d3bd9bc8af070 (patch)
tree01100cc86bc67a375475e1016dfeba3426deac95 /.editorconfig
chore: boilerplate
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