• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
yjyoon / ros2_플레이스테이션_컨트롤러 star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
ros2_플레이스테이션_컨트롤러.vscodecmake-format
Download as .zip file
File name
Commit message
Commit date
.github
Add release ci
2022-11-16
.vscode
add speed factor
2022-07-12
media
Add documents
2022-05-31
p9n_example
Version upgrade 0.0.0 -> 1.0.0
2022-11-16
p9n_interface
Version upgrade 0.0.0 -> 1.0.0
2022-11-16
p9n_node
Version upgrade 0.0.0 -> 1.0.0
2022-11-16
p9n_test
Version upgrade 0.0.0 -> 1.0.0
2022-11-16
.gitignore
add gitignore
2022-05-27
LICENSE
Initial commit
2022-05-27
README.md
update readme
2022-10-19
File name
Commit message
Commit date
c_cpp_properties.json
add speed factor
2022-07-12
cmake-format
add basic interface
2022-05-27
cspell.json
add speed factor
2022-07-12
settings.json
add speed factor
2022-07-12
uncrustify.cfg
add basic interface
2022-05-27
m12watanabe1a 2022-05-27 743e8bb add basic interface UNIX
Raw Open in browser Change history
# ----------------------------- # Options effecting formatting. # ----------------------------- with section("format"): line_width = 80 tab_size = 2 use_tabchars = False fractional_tab_policy = 'round-up' separate_ctrl_name_with_space = False separate_fn_name_with_space = False dangle_parens = True dangle_align = 'prefix' enable_sort = True # ---------------------------- # Options affecting the linter # ---------------------------- with section("lint"): # a list of lint codes to disable disabled_codes = ['C0113'] # regular expression pattern describing valid function names function_pattern = '[0-9a-z_]+' # regular expression pattern describing valid macro names macro_pattern = '[0-9A-Z_]+' # regular expression pattern describing valid names for variables with global # (cache) scope global_var_pattern = '[A-Z][0-9A-Z_]+' # regular expression pattern describing valid names for variables with global # scope (but internal semantic) internal_var_pattern = '_[A-Z][0-9A-Z_]+' # regular expression pattern describing valid names for variables with local # scope local_var_pattern = '[a-z][a-z0-9_]+' # regular expression pattern describing valid names for privatedirectory # variables private_var_pattern = '_[0-9a-z_]+' # regular expression pattern describing valid names for public directory # variables public_var_pattern = '[A-Z][0-9A-Z_]+' # regular expression pattern describing valid names for function/macro # arguments and loop variables. argument_var_pattern = '[a-z][a-z0-9_]+' # regular expression pattern describing valid names for keywords used in # functions or macros keyword_pattern = '[A-Z][0-9A-Z_]+' # In the heuristic for C0201, how many conditionals to match within a loop in # before considering the loop a parser. max_conditionals_custom_parser = 2 # Require at least this many newlines between statements min_statement_spacing = 1 # Require no more than this many newlines between statements max_statement_spacing = 2 max_returns = 6 max_branches = 12 max_arguments = 5 max_localvars = 15 max_statements = 50

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up