diff options
author | crupest <crupest@outlook.com> | 2021-02-23 00:06:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-23 00:06:58 +0800 |
commit | a2978fc785720cbc43c9c2f0e86a94f848ec1cce (patch) | |
tree | 822e18ce8753b5e9d183afe65d203006c7284c7f /works | |
parent | 8df912bc00a107e92471442f50da1c7d9c7c0ab6 (diff) | |
download | crupest-a2978fc785720cbc43c9c2f0e86a94f848ec1cce.tar.gz crupest-a2978fc785720cbc43c9c2f0e86a94f848ec1cce.tar.bz2 crupest-a2978fc785720cbc43c9c2f0e86a94f848ec1cce.zip |
import(solutions): Add editor config.
Diffstat (limited to 'works')
-rw-r--r-- | works/solutions/.editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/works/solutions/.editorconfig b/works/solutions/.editorconfig new file mode 100644 index 0000000..0cc28a1 --- /dev/null +++ b/works/solutions/.editorconfig @@ -0,0 +1,2 @@ +[*.cpp]
+tab_width = 2
|