Iosevka/.editorconfig
be5invis 2874d1ad86 Add Characters:
- CYRILLIC SMALL LETTER UNBLENDED UK (`U+1C88`) (#1517).
  - CYRILLIC CAPITAL LETTER MONOGRAPH UK (`U+A64A`) (#1517).
  - CYRILLIC SMALL LETTER MONOGRAPH UK (`U+A64B`) (#1517).
2023-05-13 01:47:43 -07:00

26 lines
535 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
insert_final_newline = true
[*.{js,jsx,ts,tsx}]
insert_final_newline = true
block_comment_start = /*
block_comment = *
block_comment_end = */
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[{*.yml,*.yaml,package.json}]
indent_style = space
indent_size = 2