We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15c3ec commit 8728ab5Copy full SHA for 8728ab5
.editorconfig
@@ -13,21 +13,23 @@ trim_trailing_whitespace = true
13
[*.css]
14
indent_size = 2
15
16
-[*.js]
+[*.{js,ts}]
17
18
19
[*.md]
20
trim_trailing_whitespace = false
21
22
-[*.ts]
23
-indent_size = 2
24
-
25
[*.twig]
26
27
28
[*.yaml]
29
30
31
-# Override indent size for YAML files that are managed with Symfony Flex recipes
+# Symfony Flex
+# Use custom indent for files managed by Symfony Flex recipes
+
+[{assets/stimulus_bootstrap.js,assets/controllers/csrf_protection_controller.js}]
32
+indent_size = 4
33
34
[config/**.yaml]
35
indent_size = 4
0 commit comments