[DEV] correst tab in space
This commit is contained in:
parent
89e3b7250b
commit
044bfc2edd
@ -5,8 +5,8 @@
|
|||||||
"description":"Stylizer for C++ test",
|
"description":"Stylizer for C++ test",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENCE.txt",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://author.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://author.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
"code-quality":"MEDIUM",
|
"code-quality":"MEDIUM",
|
||||||
|
|
||||||
@ -29,18 +29,11 @@
|
|||||||
"test/testVariable.cpp",
|
"test/testVariable.cpp",
|
||||||
"test/testWhile.cpp"
|
"test/testWhile.cpp"
|
||||||
],
|
],
|
||||||
"header": [
|
|
||||||
"algue/base64.hpp",
|
|
||||||
"algue/sha1.hpp",
|
|
||||||
"algue/sha512.hpp",
|
|
||||||
"algue/md5.hpp"
|
|
||||||
],
|
|
||||||
"path":[
|
"path":[
|
||||||
"test"
|
"test"
|
||||||
],
|
],
|
||||||
"compilation-version": {
|
"compilation-version": {
|
||||||
"language": "c++",
|
"c++": 2017
|
||||||
"version": 2017
|
|
||||||
},
|
},
|
||||||
"dependency": [
|
"dependency": [
|
||||||
"estyle",
|
"estyle",
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
"description":"style checker/updater for C++",
|
"description":"style checker/updater for C++",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENCE.txt",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://author.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://author.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
"code-quality":"MEDIUM",
|
"code-quality":"MEDIUM",
|
||||||
|
|
||||||
@ -29,8 +29,7 @@
|
|||||||
"."
|
"."
|
||||||
],
|
],
|
||||||
"compilation-version": {
|
"compilation-version": {
|
||||||
"language": "c++",
|
"c++": 2017
|
||||||
"version": 2017
|
|
||||||
},
|
},
|
||||||
"dependency": [
|
"dependency": [
|
||||||
"etk",
|
"etk",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user