commit | bf14f88264da782a3687f1fcab3a3ac3d7d8e1d1 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 02 10:01:34 2016 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 02 10:01:34 2016 -0700 |
tree | f56b44ce96cbe66c69696620e09c92ac153e3a32 | |
parent | cdddbd5e44a3edb91cd7d9fe21e28cb2983f1538 [diff] [blame] |
Moved existing version of sample application to jenkins repo
diff --git a/auto-scale/gui/.editorconfig b/auto-scale/gui/.editorconfig new file mode 100644 index 0000000..e717f5e --- /dev/null +++ b/auto-scale/gui/.editorconfig
@@ -0,0 +1,13 @@ +# 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 + +[*.md] +trim_trailing_whitespace = false