diff --git a/.editorconfig b/.editorconfig index 77d25060..a4c5024a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,13 @@ -root = true - -[*] -end_of_line = crlf -indent_style = tab -trim_trailing_whitespace = true -insert_final_newline = true - -[*.{json,yml,sh}] -charset = utf-8 -indent_style = space -indent_size = 2 -end_of_line = lf +root = true + +[*] +# end_of_line = crlf +indent_style = tab +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{json,yml,sh}] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf diff --git a/.gitattributes b/.gitattributes index 5383927f..b84cc9f3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,25 +1,25 @@ - -# Enforce CRLF to all files by default -* text=auto eol=crlf - -# -# The above will handle all files NOT found below -# - -# Graphics -*.png binary -*.jpg binary - -# Scripts -*.sh text eol=lf - -# Serialisation -*.json text eol=lf -*.yml text eol=lf - -# -# Exclude files from exporting -# - -.gitattributes export-ignore -.gitignore export-ignore + +# Enforce CRLF to all files by default +* #text=auto eol=crlf + +# +# The above will handle all files NOT found below +# + +# Graphics +*.png binary +*.jpg binary + +# Scripts +#*.sh text eol=lf + +# Serialisation +# *.json text eol=lf +# *.yml text eol=lf + +# +# Exclude files from exporting +# + +.gitattributes export-ignore +.gitignore export-ignore diff --git a/.prettierrc.json b/.prettierrc.json index d8e32c8c..f609a075 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,6 +1,5 @@ { "printWidth": 100, - "endOfLine": "crlf", "trailingComma": "es5", "singleQuote": true, "semi": true,