chrishkchris commented on issue #596: Clang-formatter results in different 
formatting?
URL: https://github.com/apache/singa/issues/596#issuecomment-584464052
 
 
   I have installed LLVM, and the following VS code configuration:
   
   {
     "git.ignoreMissingGitWarning": true,
     "python.pythonPath": "C:\\ProgramData\\Anaconda3",
   
     "[cpp]": {
       "editor.defaultFormatter": "xaver.clang-format"
     },
     "cpplint.cpplintPath": "c:\\ProgramData\\Anaconda3\\Scripts\\cpplint.exe",
   
     "editor.formatOnSave": true,
     "python.formatting.provider": "yapf",
     "python.linting.enabled": true,
     "python.linting.lintOnSave": true,
     "python.linting.pylintEnabled": true,
     "python.linting.pylamaEnabled": false,
     "C_Cpp.dimInactiveRegions": false
   }
   
   
   Seems to be strange. I think my setting corresponding to clang-formatter is 
the same as you?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to