diff options
| author | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-09 13:50:32 +0200 |
| commit | cbf9a7b672fce0943cc6306c506dda3ab1c1024e (patch) | |
| tree | 0542f92eb8912bb6fbfeb6bae692134bdae4a175 /.editorconfig | |
| parent | b4ce4105535bc9f276570fadfdfc1a9b28aac699 (diff) | |
chore(format): install prettier
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..82bd375 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +max_line_length = 100 + +[*.astro] +indent_style = space +indent_size = 2 |
