mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 05:48:37 +00:00
28 lines
345 B
INI
28 lines
345 B
INI
; 4-column space indentation
|
|
|
|
[ILScanner.cs]
|
|
indent_size = 4
|
|
|
|
[ILOpCode.cs]
|
|
indent_size = 2
|
|
|
|
[ILOpCodes/*.cs]
|
|
indent_size = 2
|
|
|
|
[ILOp.cs]
|
|
indent_size = 2
|
|
|
|
[IL/*.cs]
|
|
indent_size = 4
|
|
|
|
[AppAssembler.cs]
|
|
indent_size = 4
|
|
|
|
[CompilerExtensionBase.cs]
|
|
indent_size = 4
|
|
|
|
[CompilerEngine.cs]
|
|
indent_size = 4
|
|
|
|
[CompilerExtensionAttribute.cs]
|
|
indent_size = 4
|