You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.editorconfig 535 B

1234567891011121314151617181920212223242526272829
  1. # EditorConfig is awesome: http://EditorConfig.org
  2. # top-most EditorConfig file
  3. root = true
  4. # Unix-style newlines with a newline ending every file
  5. [*]
  6. end_of_line = lf
  7. insert_final_newline = true
  8. trim_trailing_whitespace = true
  9. charset = utf-8
  10. # 4 space indentation
  11. [*.{py,java,r,R}]
  12. indent_style = space
  13. indent_size = 4
  14. # 2 space indentation
  15. [*.{js,json,y{a,}ml,html,cwl}]
  16. indent_style = space
  17. indent_size = 2
  18. [*.{md,Rmd,rst}]
  19. trim_trailing_whitespace = false
  20. indent_style = space
  21. indent_size = 2
  22. [*.py]
  23. skip = build,.tox,.venv

Generate eBPF programs and tracing with ChatGPT and natural language