[READ-ONLY] Mirror of https://github.com/danielroe/test-utils-test.
0

Configure Feed

Select the types of activity you want to include in your feed.

test-utils-test / .editorconfig
188 B 12 lines
1root = true 2 3[*] 4indent_size = 2 5indent_style = space 6end_of_line = lf 7charset = utf-8 8trim_trailing_whitespace = true 9insert_final_newline = true 10 11[*.md] 12trim_trailing_whitespace = false