Initial project structure with sails.js
This commit is contained in:
31
.editorconfig
Normal file
31
.editorconfig
Normal file
@@ -0,0 +1,31 @@
|
||||
################################################
|
||||
# ╔═╗╔╦╗╦╔╦╗╔═╗╦═╗┌─┐┌─┐┌┐┌┌─┐┬┌─┐
|
||||
# ║╣ ║║║ ║ ║ ║╠╦╝│ │ ││││├┤ ││ ┬
|
||||
# o╚═╝═╩╝╩ ╩ ╚═╝╩╚═└─┘└─┘┘└┘└ ┴└─┘
|
||||
#
|
||||
# > Formatting conventions for your Sails app.
|
||||
#
|
||||
# This file (`.editorconfig`) exists to help
|
||||
# maintain consistent formatting throughout the
|
||||
# files in your Sails app.
|
||||
#
|
||||
# For the sake of convention, the Sails team's
|
||||
# preferred settings are included here out of the
|
||||
# box. You can also change this file to fit your
|
||||
# team's preferences (for example, if all of the
|
||||
# developers on your team have a strong preference
|
||||
# for tabs over spaces),
|
||||
#
|
||||
# To review what each of these options mean, see:
|
||||
# http://editorconfig.org/
|
||||
#
|
||||
################################################
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
Reference in New Issue
Block a user