File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ of the mapcode library by Rijn Buve and Matthew Lowden.
3232
3333# Using Git and ` .gitignore `
3434
35- It's good practice to set up a personal global .gitignore file on your machine which filters a number of files
35+ It's good practice to set up a personal global ` .gitignore ` file on your machine which filters a number of files
3636on your file systems that you do not wish to submit to the Git repository. You can set up your own global
3737` ~/.gitignore ` file by executing:
3838` git config --global core.excludesfile ~/.gitignore `
@@ -63,7 +63,7 @@ Normally, one of our developers should be able to comment on them and fix.
6363
6464# Code Style Settings in IntelliJ IDEA
6565
66- In order to get consistent code layout for Scala files, source files should be reformatted in your IDE according to the
66+ In order to get consistent code layout for Java files, source files should be reformatted in your IDE according to the
6767settings below. These settings are describes as IntelliJ IDEA "Code Style" settings (and they can be copied directly
6868into your ` .idea/codeStyleSetting.xml ` file, if you use IDEA):
6969
You can’t perform that action at this time.
0 commit comments