Browse Source

feat: start using prettier linter

https://prettier.io/
pull/3901/head
Daniel Gibbs 3 years ago
parent
commit
3707fcd5be
  1. 12
      .editorconfig

12
.editorconfig

@ -11,3 +11,15 @@ indent_size = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
# JSON Files
[*.{json,json5,webmanifest}]
indent_size = 2
# YAML Files
[*.{yml,yaml}]
indent_size = 2
# Bash Files
[*.sh]
end_of_line = lf

Loading…
Cancel
Save