diff options
author | Ben Sima <ben@bsima.me> | 2019-05-12 21:58:16 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-12 21:58:16 -0700 |
commit | 5460325ead9ea2093da32bd6b3db2f2a92263aeb (patch) | |
tree | 4afcd9bcf36b37d59d44c4efc365d0af85cbfcfc /.editorconfig | |
parent | 37d99e730a8ca4d8bff73619e9e82a27ca49f06e (diff) |
add editor config
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d9a328f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*.h] +indent_style = tab
\ No newline at end of file |