aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-12-01 19:45:30 +0000
committerJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-12-02 15:48:40 +0000
commit60e305d1e18a34168be6c80f7fb2bc03adca4f1a (patch)
tree1abcdd7c86b5f3debc23228e625eb48da88a2b92 /.editorconfig
parentaadf4efcbe06a96dba2e8eb8d600f3b9b73d9fa5 (diff)
dfilter: Convert grammar.lemon to 4-space indentation
Add global EditorConfig settings for lemon files. Add exceptions for the two grammar files that use tab indentation.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index a77106ec90..9317799566 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -31,6 +31,11 @@ indent_size = 8
indent_style = space
indent_size = 4
+# Lemon
+[*.lemon]
+indent_style = space
+indent_size = 4
+
# WiX. The `xmllint --format` default is two spaces.
[*.wx?]
indent_style = space