diff options
author | Jake Potrebic <[email protected]> | 2022-06-09 01:51:45 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-09 10:51:45 +0200 |
commit | 172d260d677a05c59e9e8f3f6bfe9216063eef72 (patch) | |
tree | 7e8977c1e497e2bfda2992011b0e0a8acd237aee /.editorconfig | |
parent | da8027352cd717878213b1a0bb0ef7fb8916e5cf (diff) | |
download | Paper-172d260d677a05c59e9e8f3f6bfe9216063eef72.tar.gz Paper-172d260d677a05c59e9e8f3f6bfe9216063eef72.zip |
Move to configurate for paper.yml (#7609)
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index aa4d12f5a8..a8939e783f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,9 @@ indent_style=tab [*.bat] end_of_line=crlf + +[*.yml] +indent_size=2 + +[*.patch] +trim_trailing_whitespace=false |