aboutsummaryrefslogtreecommitdiffstats
path: root/start.sh
Commit message (Expand)AuthorAgeFilesLines
* [SCRIPTS] add support for patches to start.shSébastien Lesaint2015-08-061-36/+1
* add -d option to start.sh to remote debug web serverSébastien Lesaint2015-04-151-0/+13
* fix start.sh and stop.sh on ubuntu with zshSébastien Lesaint2015-04-071-3/+5
* start-mac.sh and stop-mac.sh are renamed start/stop.sh as they support linuxSimon Brandhof2014-05-061-0/+21
ound-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[external/**]
trim_trailing_whitespace = false
insert_final_newline = varies
end_of_line = varies