From 5916022e6c450025b903bef454d95cd09ae1886f Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Tue, 14 Dec 2021 12:10:01 +0100 Subject: [PATCH] Add lua to editorconfig --- editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editorconfig b/editorconfig index c0fefe0d..d1272daa 100644 --- a/editorconfig +++ b/editorconfig @@ -8,7 +8,7 @@ insert_final_newline = true indent_style = space indent_size = 2 -[*.{php,css,scss,sass,js,json,jsx,ts,tsx,tmpl,html,haml,twig,yml,svg}] +[*.{php,css,scss,sass,js,json,json5,jsx,ts,tsx,html,twig,yml,svg,lua}] trim_trailing_whitespace = true [*.{md,markdown,rst,txt,csv,snip,mail}]