diff options
author | Jason Penilla <[email protected]> | 2021-06-14 20:50:12 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2021-06-14 20:50:12 -0700 |
commit | b23eec8be442762abb80d3283ab90107b3c7600f (patch) | |
tree | bc3c802c3113d44ecbcb49e51878faceb1680f61 /.editorconfig | |
parent | 5251afda5be27589d51be66707f7b8d87a3152e5 (diff) | |
download | Paper-b23eec8be442762abb80d3283ab90107b3c7600f.tar.gz Paper-b23eec8be442762abb80d3283ab90107b3c7600f.zip |
Update editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 210d3ca851..aa4d12f5a8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,12 @@ -[*.java] +[*] charset=utf-8 end_of_line=lf insert_final_newline=true indent_style=space indent_size=4 + +[*.tiny] +indent_style=tab + +[*.bat] +end_of_line=crlf |