Files
n8n-docs/.editorconfig
Deborah 84fb24464b update theme and fix admonitions (#1644)
* update theme

* fix tab issues

* update readme

* editor

* revert tab change

* change editor config back to 4 spaces for tabs

* fix admons that broke when enforcing 4 spaces per tab

* update README
2023-10-10 14:33:40 +01:00

21 lines
273 B
INI

root = true
[*]
charset = utf-8
indent_style = tab
end_of_line = lf
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = false
[package.json]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.ts]
quote_type = single