mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Merge branch 'patch-1' of https://github.com/TheDaemoness/kitty
This commit is contained in:
21
.editorconfig
Normal file
21
.editorconfig
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = spaces
|
||||||
|
indent_size = 4
|
||||||
|
end_of_line = lf
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[{Makefile,*.terminfo}]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
# Autogenerated files with tabs below this line.
|
||||||
|
|
||||||
|
[kitty/{unicode-data.c,emoji.h,wcwidth-std.h}]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[kittens/unicode_input/names.h]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
|
[glfw/wayland-*-protocol.{c,h}]
|
||||||
|
indent_style = tab
|
||||||
Reference in New Issue
Block a user