summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorVladimír Vondruš <mosra@centrum.cz>2018-12-29 20:15:15 (GMT)
committerVladimír Vondruš <mosra@centrum.cz>2018-12-29 20:19:43 (GMT)
commiteae1d579a33207dfd3e7521f886a411a0b247329 (patch)
treec39baf923278d905bb3c47922f9a85317ebf7d4c /.editorconfig
parentabe694b6304c1d62fdb9ad1caa85ec91efac31d6 (diff)
downloadDoxygen-eae1d579a33207dfd3e7521f886a411a0b247329.zip
Doxygen-eae1d579a33207dfd3e7521f886a411a0b247329.tar.gz
Doxygen-eae1d579a33207dfd3e7521f886a411a0b247329.tar.bz2
Added .editorconfig.
Specifies how most of the files are indented to make contributions easier. See https://editorconfig.org for more information.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ddc5adf
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,5 @@
+# See https://editorconfig.org/ for more information.
+
+[*]
+indent_style = space
+indent_size = 2