.editorconfig
# .editorconfig <https://github.com/tunnckoCore/dotfiles> root = true [*]charset = utf-8end_of_line = lfindent_size = 2indent_style = space [*.js]insert_final_newline = truetrim_trailing_whitespace = true [*.php]indent_size = 4insert_final_newline = truetrim_trailing_whitespace = true [*.md]insert_final_newline = falsetrim_trailing_whitespace = false [*.py]indent_size = 4insert_final_newline = truetrim_trailing_whitespace = true