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).
This commit is contained in:
be5invis 2023-05-13 01:47:43 -07:00
parent 27c894be11
commit 2874d1ad86
11 changed files with 168 additions and 64 deletions

View file

@ -6,6 +6,7 @@ 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
@ -16,7 +17,6 @@ block_comment_end = */
[*.md]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = false
# The indent size used in the `package.json` file cannot be changed