diff options
author | crupest <crupest@outlook.com> | 2021-04-05 20:45:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-05 20:45:07 +0800 |
commit | 7d658905c737287476d8da546fc53a2c23c89571 (patch) | |
tree | 2f6a5e4ff0ccfa84f0da4f1bb9fd5859e949c4f7 /.editorconfig | |
parent | 9c5636025aa91333baaa16e81a43ce3f488ef785 (diff) | |
download | solutions-7d658905c737287476d8da546fc53a2c23c89571.tar.gz solutions-7d658905c737287476d8da546fc53a2c23c89571.tar.bz2 solutions-7d658905c737287476d8da546fc53a2c23c89571.zip |
Add leetcode 69.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 0cc28a1..28365d2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,5 @@ +[*.c]
+tab_width = 2
+
[*.cpp]
tab_width = 2
|