.editorconfig 367 B

123456789101112131415161718192021
  1. # EditorConfig: https://EditorConfig.org
  2. ### Rozhuk Ivan 2024
  3. ### https://spec.editorconfig.org/
  4. ###
  5. # top-most EditorConfig file
  6. root = true
  7. # Unix-style newlines with a newline ending every file
  8. [*]
  9. indent_style = tab
  10. indent_size = 4
  11. tab_width = 8
  12. end_of_line = lf
  13. charset = utf-8
  14. # spelling_language
  15. trim_trailing_whitespace = true
  16. insert_final_newline = true