mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
editorconfig: do trim trailing whitespace
Should be okay to have this as default now that autosave is delayed a bit.
This commit is contained in:
parent
d044ee5a0c
commit
086b21c312
@ -9,7 +9,7 @@
|
||||
insert_final_newline = true;
|
||||
indent_size = 2;
|
||||
indent_style = "space";
|
||||
trim_trailing_whitespace = false;
|
||||
trim_trailing_whitespace = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user