changed coding style to conform with workplace coding style.
This commit is contained in:
parent
a29e8d657b
commit
d2916b44db
|
@ -5,7 +5,7 @@ ColumnLimit: 120
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseCRLF: false
|
UseCRLF: false
|
||||||
UseTab: AlignWithSpaces
|
UseTab: Never
|
||||||
AlignAfterOpenBracket: BlockIndent
|
AlignAfterOpenBracket: BlockIndent
|
||||||
AlwaysBreakBeforeMultilineStrings: true
|
AlwaysBreakBeforeMultilineStrings: true
|
||||||
BreakBeforeBraces: Attach
|
BreakBeforeBraces: Attach
|
||||||
|
|
|
@ -58,8 +58,8 @@ opt.autoindent = true
|
||||||
opt.smartindent = true
|
opt.smartindent = true
|
||||||
opt.smarttab = true
|
opt.smarttab = true
|
||||||
--space based tabs.
|
--space based tabs.
|
||||||
-- opt.softtabstop=-1 --negative value inherrits shiftwidth.
|
opt.softtabstop=-1 --negative value inherrits shiftwidth.
|
||||||
-- opt.expandtab=true
|
opt.expandtab=true
|
||||||
--highlight search results as you type.
|
--highlight search results as you type.
|
||||||
opt.hlsearch = true
|
opt.hlsearch = true
|
||||||
opt.incsearch = true
|
opt.incsearch = true
|
||||||
|
|
Loading…
Reference in a new issue