This file contains 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
Show hidden characters
{ | |
"disallowEmptyBlocks": true, | |
"disallowIdentifierNames": [ | |
"that" | |
], | |
"disallowImplicitTypeConversion": [ | |
"numeric", | |
"boolean" | |
], | |
"disallowKeywordsOnNewLine": [ |
This file contains 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
// ---- | |
// Sass (v3.4.13) | |
// Compass (v1.0.3) | |
// ---- | |
//// | |
/// @group Unit Conversions | |
/// @author Brandon Sara <[email protected]> | |
//// |
This file contains 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
# Project | |
* text eol=lf | |
*.cmd eol=crlf | |
*.cpp diff=cpp | |
*.h diff=cpp | |
*.java diff=java |
This file contains 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
root = true | |
[*] | |
charset = utf-8 | |
continuation_indent_size = 2 | |
end_of_line = lf | |
indent_size = 2 | |
indent_style = space | |
insert_final_newline = true | |
trim_trailing_whitespace = true |
This file contains 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
#---------------------------------------# | |
# Project Ignores # | |
#---------------------------------------# | |
#---------------------------------------# | |
# IDEs & Editors Ignores # | |
#---------------------------------------# | |
# Sublime Text |