mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-10-31 23:49:24 +01:00
.editorconfig: initial commit
This commit is contained in:
parent
f7491f8b9e
commit
db572826da
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
# Future: https://github.com/editorconfig/editorconfig/issues/89
|
||||||
|
# Handled by git when not set
|
||||||
|
#end_of_line = lf
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
charset = utf-8
|
||||||
|
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = tab
|
||||||
|
#tab_width =
|
Loading…
Reference in New Issue
Block a user