forked from sim0n00ps/OF-DL
Remove license header template and c++ rules
This commit is contained in:
parent
e9ab485188
commit
7af7bd8cfa
@ -155,14 +155,6 @@ csharp_space_between_method_declaration_parameter_list_parentheses = false
|
|||||||
csharp_space_between_parentheses = false
|
csharp_space_between_parentheses = false
|
||||||
csharp_space_between_square_brackets = false
|
csharp_space_between_square_brackets = false
|
||||||
|
|
||||||
# License header
|
|
||||||
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.
|
|
||||||
|
|
||||||
# C++ Files
|
|
||||||
[*.{cpp,h,in}]
|
|
||||||
curly_bracket_next_line = true
|
|
||||||
indent_brace_style = Allman
|
|
||||||
|
|
||||||
# Xml project files
|
# Xml project files
|
||||||
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
|
[*.{csproj,vbproj,vcxproj,vcxproj.filters,proj,nativeproj,locproj}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
@ -189,5 +181,6 @@ indent_size = 2
|
|||||||
# Shell scripts
|
# Shell scripts
|
||||||
[*.sh]
|
[*.sh]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
|
||||||
[*.{cmd,bat}]
|
[*.{cmd,bat}]
|
||||||
end_of_line = crlf
|
end_of_line = crlf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user