Fix EditorConfig keyword

Change-Id: Ida0fbb4be701a777c4520ac9d3ae4e960b5db3e9
Reviewed-on: https://code.wireshark.org/review/29277
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2018-08-24 19:25:36 +01:00 committed by João Valverde
parent c1e3a3f007
commit bc6d445c83
1 changed files with 2 additions and 2 deletions

View File

@ -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++