Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Roger Pueyo Centelles
antidote-java-tutorial
Commits
f1e444fe
Commit
f1e444fe
authored
Jun 17, 2019
by
Peter Zeller
Browse files
unify indentation to use 4 spaces
parent
28810435
Changes
5
Show whitespace changes
Inline
Side-by-side
bookstore/.editorconfig
0 → 100644
View file @
f1e444fe
# This file is for unifying the coding style for different editors and IDEs
# See editorconfig.org
root = true
[*.java]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
bookstore/src/main/java/BookCommands.java
View file @
f1e444fe
bookstore/src/main/java/BookStore.java
View file @
f1e444fe
bookstore/src/main/java/DemoCommandsExecutor.java
View file @
f1e444fe
bookstore/src/main/java/Tester.java
View file @
f1e444fe
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment