Remove .editorconfig

This commit is contained in:
Cinder
2022-04-23 09:58:47 -05:00
parent a86a31b9c3
commit 00f31555a9
2 changed files with 2 additions and 26 deletions

View File

@@ -1,26 +0,0 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
charset = utf-8
indent_style = tab
indent_size = tab
tab_width = 2
trim_trailing_whitespace = true
# The property below is not yet universally supported
[*.md]
max_line_length = 108
word_wrap = true
# Markdown sometimes uses two spaces at the end to
# mark soft line breaks
trim_trailing_whitespace = false
[*.yml]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

2
.gitignore vendored
View File

@@ -39,6 +39,8 @@ package-lock.json
.eslintrc.yml
.prettierrc.json
.editorconfig
# Original LibreMetaverse .gitignore follows
compile.bat
*.user