mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add editorconfig for file templates
This commit is contained in:
7
private/templates/.editorconfig
Normal file
7
private/templates/.editorconfig
Normal file
@ -0,0 +1,7 @@
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = false
|
Reference in New Issue
Block a user