Skip to content

Commit 0c839e5

Browse files
committed
AStyle: do not use .exe (multiplatform)
1 parent 0fdf7ca commit 0c839e5

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/contributing/guidelines

1 file changed

+1
-1
lines changed

docs/reference/contributing/guidelines/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ All functions and methods should contain documentation using Doxgyen.
159159
You can use [Artistic Style (AStyle)](http://sourceforge.net/projects/astyle/files/) to format your code. Use the command-line switch to select the correct style and point to the file you want to edit:
160160

161161
```
162-
astyle.exe --style=kr --indent=spaces=4 --indents-switches $(full_path_to_file)
162+
astyle --style=kr --indent=spaces=4 --indents-switches $(full_path_to_file)
163163
```
164164

165165
#### Compiler settings

0 commit comments

Comments
 (0)