Created
December 6, 2009 17:04
-
-
Save ahutchings/250297 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use monospaced fonts | |
font.base=$(font.monospace) | |
font.small=$(font.monospace) | |
font.comment=$(font.monospace) | |
font.text=$(font.monospace) | |
font.text.comment=$(font.monospace) | |
font.embedded.base=$(font.monospace) | |
font.embedded.comment=$(font.monospace) | |
font.vbs=$(font.monospace) | |
# show line numbers | |
line.margin.visible=1 | |
line.margin.width=3+ | |
# hide tab bar until there is more than one tab | |
tabbar.hide.one=1 | |
# autoclose xml/html tags | |
xml.auto.close.tags=1 | |
html.tags.case.sensitive=1 | |
# use unix line endings | |
eol.mode=LF | |
# use existing instances of scite | |
check.if.already.open=1 | |
# strip trailing spaces | |
strip.trailing.spaces=1 | |
# tab size | |
tab.size.*.php=4 | |
tab.size.*.html=4 | |
tab.size.*.xml=4 | |
indent.size.*.php=4 | |
indent.size.*.html=4 | |
indent.size.*.xml=4 | |
use.tabs.*.php=0 | |
use.tabs.*.html=0 | |
use.tabs.*.xml=0 | |
backspace.unindents=1 | |
# black background color | |
style.*.32=$(font.base),back:#000000,fore:#ffffff | |
style.*.33=back:#C0C0C0,$(font.base) | |
style.*.37=fore:#939393 | |
caret.fore=#FFFFFF | |
selection.alpha=75 | |
selection.back=#FFFFFF | |
colour.keyword=fore:#649bff | |
colour.operator=fore:#727272 | |
# hide horizontal scrollbar until needed | |
horizontal.scrollbar=1 | |
horizontal.scroll.width=1 | |
horizontal.scroll.width.tracking=1 | |
# window position | |
position.left=280 | |
position.top=120 | |
position.width=680 | |
position.height=800 | |
# external applications | |
command.name.1.*.php=PHP_CodeSniffer | |
command.1.*.php=php "c:/scripts/phpcs.php" "$(FilePath)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment