ricora / order

🛒 (WIP)
0 stars 0 forks source link

.editorconfigに、全てのファイルに対する設定を追加する #12

Open r4ai opened 2 months ago

r4ai commented 2 months ago

例:

root = true

[*]
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf

[*.{yaml,yml}]
indent_style = space