mirror of
https://github.com/dlt-hub/dlt.git
synced 2025-12-17 19:31:30 +00:00
19 lines
319 B
INI
19 lines
319 B
INI
# do not look above
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
max_line_length = 200
|
|
|
|
[{Makefile,**.mk}]
|
|
# Use tabs for indentation (Makefiles require tabs)
|
|
indent_style = tab
|
|
|
|
[*.{yaml,yml,js,md}]
|
|
indent_size = 2
|