forked from textmate/textmate
-
Notifications
You must be signed in to change notification settings - Fork 0
.tmProperties
Zearin edited this page Oct 16, 2012
·
3 revisions
/// make this page prettier /// add whatever is missing #Properties
-
fileType
string (default: "text.plain")
example usage:fileType = "source.c++"
///description
///list of types -
tabSize
integer (default: 4)
example usage:tabSize = 2
for ruby files (check out ///sections)
///description -
softTabs
boolean (default: false)
example usage:softTabs = true
///description -
spellChecking
boolean (default: false)
example usage:spellChecking = true
Enable spell check. -
spellingLanguage
string (default: "en")
example usage:spellingLanguage = "el"
Language in which spell check is done. -
theme
string (default: "")
example usage: ///udid
///description -
fontName
string (default: "")
example usage:fontName = "Anonymous Pro"
Font of choice. -
fontSize
integer (default: 11)
example usage:fontSize = 14
Font size of choice. -
softWrap
boolean (default: false)
example usage:softWrap = true
///description -
wrapColumn
/// -
showWrapColumn
/// -
showInvisibles
/// -
projectDirectory
/// -
scmStatus
/// -
windowTitle
/// -
scopeAttributes
/// -
binary
/// -
encoding
/// -
useBOM
/// -
lineEndings
/// -
storeEncodingPerFile
/// -
include
/// -
includeDirectories
/// -
includeDirectoriesInBrowser
/// -
includeFiles
/// -
includeFilesInBrowser
/// -
includeFilesInFileChooser
/// -
includeInBrowser
/// -
includeInFileChooser
/// -
exclude
/// -
excludeDirectories
/// -
excludeDirectoriesInBrowser
/// -
excludeFiles
/// -
excludeFilesInBrowser
/// -
excludeInBrowser
/// -
excludeInFileChooser
/// -
excludeInFolderSearch
///