diff options
author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2019-01-03 22:30:03 -0200 |
---|---|---|
committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2019-01-03 22:35:20 -0200 |
commit | e64391f47bf95ab4cdb65683623979ee6790836e (patch) | |
tree | c85c2c9a80d04e338cf39d0fed3fdba2d0291b29 /.editorconfig | |
parent | b1e3215f3a316cfaf518747f7dafba4cc0d8d291 (diff) |
Update zstd to 1.3.8
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index d4b7fbb471..ab03b8421c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true [*.{cpp,hpp,c,h,mm}] trim_trailing_whitespace = true -[*.{py,cs}] +[{*.{py,cs},SCsub}] indent_style = space indent_size = 4 |