From 7aa5b080164d295abcb725a3f61ab4e84a7a6066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 9 Mar 2022 12:07:22 +0000 Subject: [PATCH] EditorConfig: Add settings for Flex --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index b06b9e1ee2..3e5acf2758 100644 --- a/.editorconfig +++ b/.editorconfig @@ -71,3 +71,8 @@ indent_size = 8 [*.{c,cpp,h}] indent_style = space indent_size = 4 + +# Flex (lexical analyzer generator) +[*.l] +indent_style = tab +indent_size = 8