Files
pancake-tui/.editorconfig
2024-04-19 14:08:59 -06:00

22 lines
587 B
INI

# 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