Tests: include github ref in concurrency group
[jquery.git] / .editorconfig
blobc0bf181129db801236809004df34fc4f33f01997
1 # This file is for unifying the coding style for different editors and IDEs
2 # editorconfig.org
4 root = true
6 [*]
7 indent_style = tab
8 end_of_line = lf
9 charset = utf-8
10 trim_trailing_whitespace = true
11 insert_final_newline = true
13 [*.{json,yml}]
14 indent_style = space
15 indent_size = 2