EditorConfig: Add settings for Flex

This commit is contained in:
João Valverde 2022-03-09 12:07:22 +00:00
parent 7e07f373f5
commit 7aa5b08016
1 changed files with 5 additions and 0 deletions

View File

@ -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