Add quality tools for javascript

This commit is contained in:
Webber
2019-12-17 00:53:01 +01:00
committed by Webber Takken
parent 69c4feba8f
commit ae18dc32c9
8 changed files with 54 additions and 0 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 100
tab_width = 2
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
[COMMIT_EDITMSG]
max_line_length = 0