V8 FE Gulp Fastdev script

This commit is contained in:
Niels Lyngsø
2019-01-18 10:12:24 +01:00
parent 6e3618f627
commit 6dd4d7f475
7 changed files with 185 additions and 40 deletions

View File

@@ -34,4 +34,8 @@ dotnet_naming_style.prefix_underscore.required_prefix = _
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:suggestion
csharp_style_var_elsewhere = true:suggestion
csharp_prefer_braces = false : none
csharp_prefer_braces = false : none
[*.{js,less}]
trim_trailing_whitespace = false
insert_final_newline = false