.editorconfig 106 B

12345678
  1. root=true
  2. [**]
  3. indent_style=space
  4. indent_size=4
  5. trim_trailing_whitespace=true
  6. insert_final_newline=true