Skip to content

Commit

Permalink
refactor(.editorconfig): updating editorconfig file to match standard (
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino authored Jul 26, 2023
1 parent c5253be commit b6a9410
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

# Indentation override for all JS under lib directory
[*.{js,ts,json,yml,yaml}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.md]
max_line_length = off
insert_final_newline = true

0 comments on commit b6a9410

Please sign in to comment.