mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-04 16:49:22 +01:00
.editorconfig & Windows/.editorconfig: initial commit
This commit is contained in:
parent
e1aba0dc5f
commit
3098d286ef
20
.editorconfig
Normal file
20
.editorconfig
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
# Future: https://github.com/editorconfig/editorconfig/issues/89
|
||||||
|
end_of_line = lf
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
charset = utf-8
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
# specific to Mikaela/shell-things
|
||||||
|
[gitconfig]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[.{git*,mailmap}]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.{reg,bat,ahk}]
|
||||||
|
end_of_line = crlf
|
4
Windows/.editorconfig
Normal file
4
Windows/.editorconfig
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
root = false
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = crlf
|
Loading…
Reference in New Issue
Block a user