aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-03 17:32:28 +0000
committermerakor <cem@ckyln.com>2020-05-03 17:32:28 +0000
commit0897228d01ff2aae1b9773f2a93d6f9942dd241b (patch)
tree568283ef1a383f1706bad4071d247452822c8b93 /.editorconfig
parenta52949f1781587382dc984aa76a2cb7ce8a423a4 (diff)
downloadcpt-0897228d01ff2aae1b9773f2a93d6f9942dd241b.tar.gz
add editorconfig
FossilOrigin-Name: 4716afd15dda1d80cf8f8381e48889b79314bae729d7fda91fab15ed56a7d089
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..b93162c
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+
+[Makefile]
+indent_style = tab
+
+[*.c]
+indent_style = space
+indent_size = 2 \ No newline at end of file