| 123456789101112131415161718 | ; This file is for unifying the coding style for different editors and IDEs.; More information at http://editorconfig.orgroot = true[*]charset = utf-8indent_size = 4indent_style = spaceend_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = true[*.md]trim_trailing_whitespace = false[*.yml]indent_size = 2
 |