Skip to content

Commit 97be758

Browse files
authored
Merge pull request #1 from raghuhit/app_automate_apis
App automate apis
2 parents 7b1a51f + d8efc2c commit 97be758

21 files changed

+2679
-1080
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.idea/
2+
automate-client-java.iml
3+
target/
4+
5+
.classpath
6+
.project
7+
.settings/

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# browserstack-automate-java
2+
3+
## For Code formatting
4+
Code style files are there in code_formatters folder (for eclipse and intellij idea) ,to import formatter instructions are as follows :
5+
* For Eclipse : Under Window/Preferences select Java/Code Style/Formatter. Import the settings file by selecting Import.
6+
* For IntelliJ Idea : Settings → Code Style → Java, click Manage, and import that XML file by simply clicking Import.

code_formatters/eclipse-java-google-style.xml

Lines changed: 337 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)