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 | 8bc171e3ca89eae328812b831f4c3f7713d7ce6e (patch) | |
tree | 574ee85a56cf9bca05c71d820db457d4196c2072 /works | |
parent | 76806ab8ac49ff2f959eb65309ce0773b48b35b8 (diff) | |
download | crupest-8bc171e3ca89eae328812b831f4c3f7713d7ce6e.tar.gz crupest-8bc171e3ca89eae328812b831f4c3f7713d7ce6e.tar.bz2 crupest-8bc171e3ca89eae328812b831f4c3f7713d7ce6e.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
|