summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
author·𐑑𐑴𐑕𐑑𐑩𐑀2025-12-20 18:58:25 +0000
committer·𐑑𐑴𐑕𐑑𐑩𐑀2025-12-20 18:58:25 +0000
commit6c55091c079bf60dea8327d293802d04e7b57691 (patch)
tree3238b0bd43c1aa4bd3424856a6fef14dc39b099b /.editorconfig
parent67718bb448fecc4f86420ce633964bd267f2c2b9 (diff)
downloadnixtaml-6c55091c079bf60dea8327d293802d04e7b57691.tar
nixtaml-6c55091c079bf60dea8327d293802d04e7b57691.tar.gz
nixtaml-6c55091c079bf60dea8327d293802d04e7b57691.tar.bz2
nixtaml-6c55091c079bf60dea8327d293802d04e7b57691.tar.lz
nixtaml-6c55091c079bf60dea8327d293802d04e7b57691.tar.xz
nixtaml-6c55091c079bf60dea8327d293802d04e7b57691.tar.zst
nixtaml-6c55091c079bf60dea8327d293802d04e7b57691.zip
LICENSE needs unsetting in EditorConfig
Diffstat (limited to '.editorconfig')
-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