aboutsummaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
diff options
context:
space:
mode:
authorAikar <[email protected]>2018-08-07 01:13:55 -0400
committerAikar <[email protected]>2018-08-07 01:14:22 -0400
commite861035fc4596876b46037b63fb58a7fa6bfc379 (patch)
tree8ee7f9e3d6dd4b0bf11a00b8bef3148a7e6a1bbb /.editorconfig
parent28caff2299eee2589158d7f3c9ef77b66172e6e0 (diff)
downloadPaper-e861035fc4596876b46037b63fb58a7fa6bfc379.tar.gz
Paper-e861035fc4596876b46037b63fb58a7fa6bfc379.zip
[CI-SKIP] add .editorconfig for base code style settings
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..210d3ca851
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+[*.java]
+charset=utf-8
+end_of_line=lf
+insert_final_newline=true
+indent_style=space
+indent_size=4