aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2018-08-24 19:23:36 +0100
committerJoão Valverde <j@v6e.pt>2018-08-24 18:44:40 +0000
commitc1e3a3f007b3cb0a1fc2fdcc1821c4304e756777 (patch)
tree448385ba5a69f161524dfe6fdf9937be6b91c2be /.editorconfig
parent31c6cf982f2dce41055578a4f1fa09a01a104543 (diff)
Add EditorConfig settings for CMake
Change-Id: Ia3451503dd356693cbf69b629bcfe7fd59097516 Reviewed-on: https://code.wireshark.org/review/29276 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index db37f50400..acbc0b8378 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,6 +15,10 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
+# CMake
+[{CMake*,*.cmake,*.cmake.in}]
+indent_style = tab
+
# Makefiles. Although we dropped Autotools we still have a few lying around.
[Makefile*]
indent_style = tab