auth-api/tests/node_modules/tape/.editorconfig

41 lines
543 B
INI
Raw Normal View History

2021-06-23 22:30:45 +02:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 180
block_comment_start = /*
block_comment = *
block_comment_end = */
[.nycrc]
indent_style = tab
[*.md]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
[readme.markdown]
indent_size = off
max_line_length = off
[*.json]
max_line_length = off
[*.yml]
max_line_length = off
[Makefile]
max_line_length = off
[.travis.yml]
indent_size = 1