diff options
| author | Β·ππ΄πππ©π€ | 2025-12-20 18:58:25 +0000 |
|---|---|---|
| committer | Β·ππ΄πππ©π€ | 2025-12-20 18:58:25 +0000 |
| commit | 6c55091c079bf60dea8327d293802d04e7b57691 (patch) | |
| tree | 3238b0bd43c1aa4bd3424856a6fef14dc39b099b /.editorconfig | |
| parent | 67718bb448fecc4f86420ce633964bd267f2c2b9 (diff) | |
| download | nixtaml-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-- | .editorconfig | 4 |
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 |
