.editorconfig
# This file is for unifying the coding style for different editors and IDEs# editorconfig.org # WordPress Coding Standards# https://make.wordpress.org/core/handbook/coding-standards/ root = true [*]charset = utf-8end_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = trueindent_style = tab [{.jshintrc,*.json,*.yml}]indent_style = spaceindent_size = 2 [{*.txt,wp-config-sample.php}]end_of_line = crlf