# Editor configuration, see https://editorconfig.org root = true # 共通 [*] charset = utf-8 indent_size = 4 indent_style = space insert_final_newline = true trim_trailing_whitespace = true [*.json] insert_final_newline = false [*.md] max_line_length = off trim_trailing_whitespace = false [*.template.*] insert_final_newline = false [*.yml] indent_size = 2 [Makefile] indent_style = tab