1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-01-19 11:22:38 +00:00
nwaku/.editorconfig

19 lines
307 B
INI
Raw Normal View History

2022-11-21 09:31:03 +01:00
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[{Makefile, *.sh}]
indent_style = tab
# Trailing spaces in markdown indicate word wrap
[{*.markdown,*.md}]
trim_trailing_spaces = false
max_line_length = 80