aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-05-01 17:20:19 +0200
committerlonkaars <loek@pipeframe.xyz>2024-05-01 17:20:19 +0200
commitffe81214b6bd99544d072545be47dac745786794 (patch)
treea2ae6f2f65c91a54becf6738e36e8da2e981015c /.editorconfig
parent562964df547e9cdbb3ee32edae5592ab5a513b25 (diff)
add package fiddling + editorconfig + preprocessor options
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..3c77f6d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,3 @@
+[*.{cpp,h}]
+indent_style = space
+indent_size = 4