Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Simplify 'editorconfig'
Browse files Browse the repository at this point in the history
  • Loading branch information
S1SYPHOS committed Oct 18, 2021
1 parent a489a89 commit 261a31a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# EditorConfig
# See https://EditorConfig.org

# top-most EditorConfig file
root = true

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

# Set default charset
[*.{json,py}]
charset = utf-8
indent_style = space
indent_size = 4

0 comments on commit 261a31a

Please # to comment.