123456789101112131415161718192021 |
- # EditorConfig: https://EditorConfig.org
- ### Rozhuk Ivan 2024
- ### https://spec.editorconfig.org/
- ###
- # top-most EditorConfig file
- root = true
- # Unix-style newlines with a newline ending every file
- [*]
- indent_style = tab
- indent_size = 4
- tab_width = 8
- end_of_line = lf
- charset = utf-8
- # spelling_language
- trim_trailing_whitespace = true
- insert_final_newline = true
|