Files
palette/.editorconfig
Ismo Vuorinen 197d08014b feat: php 8.3, phpunit 11 (#57)
* Upgrade runner php to 8.3, phpunit to 11
* Fix tests, tweaked the code, added missing ext- to composer.json
* Fix exception related code smells
2024-02-17 12:47:20 +02:00

12 lines
236 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4