https://github.com/deeplearning4j/dl4j-examples
Raw File
Tip revision: 669b4b694bc50ed594548976b68a4483712dbf8c authored by Adam Gibson on 17 March 2017, 02:41:43 UTC
Revert "Automated syntax correction (+ javaFX fix)"
Tip revision: 669b4b6
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.java]
indent_style = space
indent_size = 4
back to top