summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index d7cd0de..14462fa 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,6 +15,10 @@ trim_trailing_whitespace = true
indent_style = unset
indent_size = unset
+[LICENSE.txt]
+indent_style = unset
+indent_size = unset
+
# Spaces are practically required for Nix C++ as magic strings won’t work
[*.nix]
indent_style = space