From 73140198323e8e148d2cff591961bf81628ff25a Mon Sep 17 00:00:00 2001 From: TheDaemoness Date: Wed, 20 May 2020 20:10:37 +0000 Subject: [PATCH] Fixed a typo and added some missing files. --- .editorconfig | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2e80b4063..8f44e9c47 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,13 @@ trim_trailing_whitespace = true [{Makefile,*.terminfo}] indent_style = tab -# Autogenerated with tabs. -[kitty/{unicode-data.c,emoji.wcwidth-std.h}] +# 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