first commit
This commit is contained in:
21
.editorconfig
Normal file
21
.editorconfig
Normal file
@@ -0,0 +1,21 @@
|
||||
# This is simple enough and addresses the needs of **Frontend Engineering**
|
||||
# very well. Please do NOT overwrite this with a configuration
|
||||
# that was generated by committee in the interest of 'standardization' or
|
||||
# other Enterprise™ crap like that.
|
||||
#
|
||||
# Believe it or not but you don't **have** to tweak and customize every single
|
||||
# setting available to you: defaults work pretty well many times!
|
||||
#
|
||||
# Keep it Simple 🙏 🌸
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{sh,py}]
|
||||
indent_size = 4
|
||||
Reference in New Issue
Block a user