diff options
author | Jason Penilla <[email protected]> | 2021-06-14 20:50:12 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2021-06-14 21:02:20 -0700 |
commit | 2ac6b12fc870f6edaf6568b2012b853728e1667a (patch) | |
tree | ed8d6ad32c1c037134e9b50520b10959c93f554a /.editorconfig | |
parent | cf885102cdee042107ae9495c5b60ffce301062e (diff) | |
download | Paper-2ac6b12fc870f6edaf6568b2012b853728e1667a.tar.gz Paper-2ac6b12fc870f6edaf6568b2012b853728e1667a.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 |