Mercurial
comparison benchmark/bun-http-framework-benchmark/dev/adonis/.editorconfig @ 186:8cf4ec5e2191 hg-web
Fixed merge conflict.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Fri, 23 Jan 2026 22:38:59 -0800 |
| parents | a8976a008a9d |
| children |
comparison
equal
deleted
inserted
replaced
| 176:fed99fc04e12 | 186:8cf4ec5e2191 |
|---|---|
| 1 root = true | |
| 2 | |
| 3 [*] | |
| 4 indent_style = space | |
| 5 indent_size = 2 | |
| 6 end_of_line = lf | |
| 7 charset = utf-8 | |
| 8 trim_trailing_whitespace = true | |
| 9 insert_final_newline = true | |
| 10 | |
| 11 [*.json] | |
| 12 insert_final_newline = false | |
| 13 | |
| 14 [*.md] | |
| 15 trim_trailing_whitespace = false |