aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2018-08-24 19:25:36 +0100
committerJoão Valverde <j@v6e.pt>2018-08-24 18:44:57 +0000
commitbc6d445c83771abb9be373a71e10fb029ea15135 (patch)
treed8cd6dcbe28477d83c14699e169a92de0b36b106 /.editorconfig
parentc1e3a3f007b3cb0a1fc2fdcc1821c4304e756777 (diff)
Fix EditorConfig keyword
Change-Id: Ida0fbb4be701a777c4520ac9d3ae4e960b5db3e9 Reviewed-on: https://code.wireshark.org/review/29277 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index acbc0b8378..4d813a87dc 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -31,12 +31,12 @@ indent_size = 4
# WiX. The `xmllint --format` default is two spaces.
[*.wx?]
-indent_style = spaces
+indent_style = space
indent_size = 2
# NSIS
[*.ns[ih]]
-indent_style = spaces
+indent_style = space
indent_size = 2
# C/C++