| 12345678910111213141516171819202122 | # 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 = falsetrim_trailing_whitespace = trueindent_style = tabindent_size = 2[{.jshintrc,*.json,*.yml}]indent_style = spaceindent_size = 2[{*.txt,wp-config-sample.php}]end_of_line = crlf
 |