MyFirstUDRKit/.editorconfig

13 lines
161 B
INI
Raw Permalink Normal View History

2023-01-23 15:30:46 +01:00
root = true
[*]
2023-01-24 19:17:43 +01:00
charset = utf-8
end_of_line = lf
2023-01-23 15:30:46 +01:00
indent_style = space
indent_size = 2
2023-01-24 19:17:43 +01:00
insert_final_newline = true
2023-01-23 15:30:46 +01:00
[*.sql]
indent_style = space
indent_size = 2