Files
n8n_Demo/n8n-n8n-1.109.2/.editorconfig
2025-09-08 04:48:28 +08:00

21 lines
272 B
INI
Executable File

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