jenkins/.editorconfig
Jan Faracik 1f95b09518
Use symbols for build status (#8705)
* Init

* Rename ID

* Fix icon position

* Fix app bar build status icon being incorrect

* Address missed icons

---------

Co-authored-by: Alexander Brandes <mc.cache@web.de>
2023-11-27 20:36:43 +01:00

8 lines
140 B
INI

root = true
[*.{js, scss, css, hbs, svg}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true