UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+4 -3
View File
@@ -9,15 +9,16 @@ trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 200
[*.js]
[*.{,m}js]
block_comment_start = /*
block_comment = *
block_comment_end = */
[*.yml]
indent_style = space
indent_size = 1
[package.json]
[{package.json,*.mjs}]
indent_style = tab
[lib/core.json]
@@ -27,7 +28,7 @@ indent_style = tab
indent_style = space
indent_size = 2
[{*.json,Makefile}]
[{*.json,Makefile,CONTRIBUTING.md}]
max_line_length = off
[test/{dotdot,resolver,module_dir,multirepo,node_path,pathfilter,precedence}/**/*]