mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
More whitespace tweaks (#7714)
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
|
# http://editorconfig.org
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
charset = utf-8
|
|
||||||
end_of_line = lf
|
|
||||||
insert_final_newline = true
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
|
|
||||||
[*.{dme,dmf,dmm,dm}]
|
|
||||||
end_of_line = crlf
|
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
end_of_line = lf
|
||||||
[*.md]
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
[*.py]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.py]
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[Dockerfile]
|
||||||
|
indent_style = space
|
||||||
|
|||||||
4
.gitattributes
vendored
4
.gitattributes
vendored
@@ -1,13 +1,11 @@
|
|||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
## Enforce CRLF mode for DME (BYOND wants this.)
|
|
||||||
*.dme text eol=crlf
|
|
||||||
|
|
||||||
## Enforce text mode and LF line breaks
|
## Enforce text mode and LF line breaks
|
||||||
*.bat text eol=lf
|
*.bat text eol=lf
|
||||||
*.cjs text eol=lf
|
*.cjs text eol=lf
|
||||||
*.css text eol=lf
|
*.css text eol=lf
|
||||||
*.dm text eol=lf
|
*.dm text eol=lf
|
||||||
|
*.dme text eol=lf
|
||||||
*.dmf text eol=lf
|
*.dmf text eol=lf
|
||||||
*.htm text eol=lf
|
*.htm text eol=lf
|
||||||
*.html text eol=lf
|
*.html text eol=lf
|
||||||
|
|||||||
Reference in New Issue
Block a user