summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorGuilherme Felipe <guilhermefelipecgs@gmail.com>2019-01-03 22:30:03 -0200
committerGuilherme Felipe <guilhermefelipecgs@gmail.com>2019-01-03 22:35:20 -0200
commite64391f47bf95ab4cdb65683623979ee6790836e (patch)
treec85c2c9a80d04e338cf39d0fed3fdba2d0291b29 /.editorconfig
parentb1e3215f3a316cfaf518747f7dafba4cc0d8d291 (diff)
Update zstd to 1.3.8
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
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