.editorconfig 139 B

123456789
  1. [*.gd]
  2. indent_style = tab
  3. indent_size = 4
  4. insert_final_newline = true
  5. trim_trailing_whitespace = true
  6. [*.out]
  7. insert_final_newline = true