test_astro_hardhat/.editorconfig
Florian Bouillon 3669078563 feat: Add basic full tests with actions
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
2023-07-04 15:32:35 +02:00

15 lines
219 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
# Yaml Standard
[*.{yaml,yml}]
indent_style = space
indent_size = 2