You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2021/11/08 10:39:37 UTC

[ignite-3] branch ignite-idea-default-codestyle created (now 34142bc)

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

ptupitsyn pushed a change to branch ignite-idea-default-codestyle
in repository https://gitbox.apache.org/repos/asf/ignite-3.git.


      at 34142bc  Set IDEA code style

This branch includes the following new commits:

     new 34142bc  Set IDEA code style

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[ignite-3] 01/01: Set IDEA code style

Posted by pt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch ignite-idea-default-codestyle
in repository https://gitbox.apache.org/repos/asf/ignite-3.git

commit 34142bc7970c618a2e021bf620a8bdcf0bf0fc25
Author: Pavel Tupitsyn <pt...@apache.org>
AuthorDate: Mon Nov 8 13:38:37 2021 +0300

    Set IDEA code style
---
 .idea/codeStyles/codeStyleConfig.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 0000000..b9d18bf
--- /dev/null
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+<component name="ProjectCodeStyleConfiguration">
+  <state>
+    <option name="PREFERRED_PROJECT_CODE_STYLE" value="GoogleStyle" />
+  </state>
+</component>
\ No newline at end of file