You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/07/23 15:12:49 UTC

[incubator-openwhisk-runtime-ruby] 11/19: Add necessary file for TravisCI

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-ruby.git

commit 956d2a241fee46c6c089ea1a663e060316dfd798
Author: Kei Sawada <k...@swd.cc>
AuthorDate: Fri Jul 13 21:30:09 2018 +0900

    Add necessary file for TravisCI
---
 .scalafmt.conf | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.scalafmt.conf b/.scalafmt.conf
new file mode 100644
index 0000000..7084efe
--- /dev/null
+++ b/.scalafmt.conf
@@ -0,0 +1,9 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more contributor
+# license agreements; and to You under the Apache License, Version 2.0.
+
+style = intellij
+danglingParentheses = false
+maxColumn = 120
+docstrings = JavaDoc
+rewrite.rules = [SortImports]
+project.git = true