diff options
author | merakor <cem@ckyln.com> | 2020-05-03 17:32:28 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-05-03 17:32:28 +0000 |
commit | 0897228d01ff2aae1b9773f2a93d6f9942dd241b (patch) | |
tree | 568283ef1a383f1706bad4071d247452822c8b93 | |
parent | a52949f1781587382dc984aa76a2cb7ce8a423a4 (diff) | |
download | cpt-0897228d01ff2aae1b9773f2a93d6f9942dd241b.tar.gz |
add editorconfig
FossilOrigin-Name: 4716afd15dda1d80cf8f8381e48889b79314bae729d7fda91fab15ed56a7d089
-rw-r--r-- | .editorconfig | 12 |
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 |