From d146d76683fe2f1179912c12725593637a9b0625 Mon Sep 17 00:00:00 2001 From: redtide Date: Tue, 11 Apr 2023 00:55:31 +0200 Subject: [PATCH] Add FLTK GUI files to EditorConfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f39fc19c7..174deec78 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,6 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{ttl,in,sh,yml}] +[*.{fl,in,sh,ttl,yml}] indent_size = 2 indent_style = space