You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
> Flagsmith allows you to manage feature flags and remote config across multiple projects, environments and organisations.
6
6
7
-
The SDK for Android and Java applications for [https://www.flagsmith.com/](https://www.flagsmith.com/).
7
+
This SDK enables Android and Java applications to integrate with [Flagsmith](https://www.flagsmith.com/).
8
8
9
9
## Adding to your project
10
10
@@ -20,21 +20,21 @@ If you encounter a bug or feature request we would like to hear about it. Before
20
20
21
21
## Get in touch
22
22
23
-
If you have any questions about our projects you can email <ahref="mailto:support@flagsmith.com">support@flagsmith.com</a>.
23
+
If you have any questions about our projects, email us at [support@flagsmith.com](mailto:support@flagsmith.com).
24
24
25
25
## Code Style formatting
26
-
We are using Google Java Style for code formatting. To install one see instructions bellow
26
+
27
+
We use Google Java Style for code formatting. To install it, see the instructions below.
27
28
28
29
### VS Code
29
30
30
-
Install extension[Checkstyle for Java](https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-checkstyle)
31
-
Use `java-google-style.xml` file in docs folder to set as Checkstyle configuration file.
31
+
1.Install the[Checkstyle for Java](https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-checkstyle) extension.
32
+
2.Use the `java-google-style.xml` file in the `docs` folder as the Checkstyle configuration file.
32
33
33
34
### IntelliJ
34
35
35
36
To add GoogleStyle formatting in IntelliJ go to `Preferences -> Editor - Code Style -> Java`. From Schema `Import Schema` and select file `docs/java-google-style.xml`
36
-
Once added, you now be able to Reformat Code using GoogleStyle, which can be triggered from the Code menu or with the Ctrl-Alt-L (by default) keyboard shortcut.
37
-
37
+
Once added, you will be able to reformat code using GoogleStyle. This can be triggered from the Code menu or with the `Ctrl + Alt + L` shortcut (default).
0 commit comments